﻿.hot-login {
    height: 410px;
    margin-bottom: 40px !important;
}

    .hot-login .hotPanel {
        width: 920px;
        height: 410px;
        background: #fff;
        padding: 20px;
    }



        .hot-login .hotPanel .panelTitle {
            width: 100%;
        }

        .hot-login .hotPanel .mtitle {
            display: inline-block;
            font-size: 30px;
            font-weight: bold;
            width: 100px;
        }

        .hot-login .hotPanel .more {
            display: inline-block;
            width: 770px;
            text-align: right;
            color: #194698;
        }

            .hot-login .hotPanel .more span:nth-of-type(1) {
                font-size: 20px;
                padding-right: 5px;
                box-sizing: border-box;
                cursor: pointer;
            }

            .hot-login .hotPanel .more span:nth-of-type(2) {
                font-size: 16px;
                cursor: pointer;
            }

        .hot-login .hotPanel .hotCon {
            margin-top: 20px;
            width: 100%;
            display: table;
        }

            .hot-login .hotPanel .hotCon .hotLeft {
                display: inline-block;
                width: 410px;
                height: 300px;
            }

                .hot-login .hotPanel .hotCon .hotLeft img {
                    height: 100%;
                    width: 100%;
                }

            .hot-login .hotPanel .hotCon .hotRight {
                display: inline-block;
                width: 460px;
                height: 300px;
                vertical-align: top;
            }

                .hot-login .hotPanel .hotCon .hotRight .hotItem {
                    height: 100px;
                    padding: 15px;
                    box-sizing: border-box;
                    cursor: pointer !important;
                }

                .hot-login .hotPanel .hotCon .hotRight .active {
                    background-color: #194698 !important;
                    color: white !important;
                }

                .hot-login .hotPanel .hotCon .hotRight .hotItem .hotItemName {
                    width: 100%;
                    font-size: 16px;
                    color: #333333;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-bottom: 5px;
                }

                .hot-login .hotPanel .hotCon .hotRight .hotItem .hotItemCon {
                    font-size: 14px;
                    color: #666666;
                    text-indent: 28px;
                    margin-bottom: 5px;
                    letter-spacing: 0px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                    height:22px;
                }

                .hot-login .hotPanel .hotCon .hotRight .hotItem .hotItemTime {
                    font-size: 12px;
                }


                    .hot-login .hotPanel .hotCon .hotRight .hotItem .hotItemTime span:nth-of-type(1) {
                        color: #666666;
                        margin-right: 5px;
                    }

                    .hot-login .hotPanel .hotCon .hotRight .hotItem .hotItemTime span:nth-of-type(2) {
                        color: #194698;
                    }

    .hot-login .loginRegisterPanel {
        display: inline-block;
        width: 260px;
        height: 410px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .hot-login .loginRegisterPanel .loginPanel {
            width: 260px;
            height: 310px;
            margin-bottom: 20px;
            background-image: url('Img/bg.png');
            background-color: white;
            background-repeat: no-repeat;
            background-size: contain;
        }

            .hot-login .loginRegisterPanel .loginPanel div:first-child img {
                margin: auto;
                vertical-align: middle;
                text-align: center;
                margin-left: 90px;
                width: 70px;
                height: 70px;
                margin-top: 27px;
                margin-bottom: 17px;
                border-radius: 50%;
                /*padding: 0px 87px;
                padding-top: 20px;*/
                /*text-align: center*/
            }

            .hot-login .loginRegisterPanel .loginPanel div:nth-child(2) {
                padding: 0px 45px;
                font-family: MicrosoftYaHei;
                font-size: 13px;
                font-weight: normal;
                font-stretch: normal;
                line-height: 24px;
                letter-spacing: 0px;
                color: #666666;
            }

            .hot-login .loginRegisterPanel .loginPanel .member {
                width: 141px;
                height: 30px;
                background-image: linear-gradient(0deg, #ffe3b4 0%, #fff3de 100%);
                border-radius: 14px;
                margin: 10px auto;
                cursor:pointer;
            }

                .hot-login .loginRegisterPanel .loginPanel .member span {
                    padding-left: 15px;
                }

                    .hot-login .loginRegisterPanel .loginPanel .member span img {
                        vertical-align: middle;
                    }

                    .hot-login .loginRegisterPanel .loginPanel .member span:last-child {
                        font-family: MicrosoftYaHei;
                        font-size: 14px;
                        font-weight: normal;
                        font-stretch: normal;
                        line-height: 30px;
                        letter-spacing: 0px;
                        color: #feaf2a;
                    }

            .hot-login .loginRegisterPanel .loginPanel .message {
                border-top: 1px solid #e0d9d9;
                top: 30px;
                width: 220px;
                margin: 0 auto;
            }

                .hot-login .loginRegisterPanel .loginPanel .message .imgs {
                    padding-left: 20px;
                    padding-right: 20px;
                    padding-top: 30px;
                    cursor: pointer;
                }
                .hot-login .loginRegisterPanel .loginPanel .message tr td{
                    cursor: pointer;
                }
                .hot-login .loginRegisterPanel .loginPanel .message .messageCount {
                    display: block;
                    width: 21px;
                    height: 21px;
                    background-color: #f21717;
                    border-radius: 50%;
                    color: #ffffff;
                    text-align: center;
                    font-size: 12px;
                    position:absolute;
                    top: 21px;
                    left: 40px;
                    padding-top: 2px;
                }
              
              

            .hot-login .loginRegisterPanel .loginPanel .loginPanelLogo {
                /*padding-top: 30px;
                width: 100%;
                text-align: center;*/
            }

                .hot-login .loginRegisterPanel .loginPanel .loginPanelLogo img {
                    margin: auto;
                    vertical-align: middle;
                    text-align: center;
                    margin-left: 90px;
                    width: 70px;
                    height: 70px;
                    margin-top: 27px;
                    margin-bottom: 17px;
                    border-radius: 50%;
                }

            .hot-login .loginRegisterPanel .loginPanel .name {
                width: 100%;
                text-align: center;
                font-size: 13px;
                color: #666666;
                margin-bottom: 30px;
            }

            .hot-login .loginRegisterPanel .loginPanel .btnLoginLogin {
                margin: 0 auto;
                width: 170px;
                height: 32px;
                background-image: linear-gradient(-55deg, #5e83f6 0%, #7b9bff 100%);
                border-radius: 10px;
                line-height: 32px;
                color: #ffffff;
                font-size: 16px;
                text-align: center;
                cursor: pointer;
            }

            .hot-login .loginRegisterPanel .loginPanel .tip {
                width: 100%;
                text-align: center;
                margin: 0 auto;
                margin-top: 20px;
                font-size: 14px;
            }

            .hot-login .loginRegisterPanel .loginPanel .loginType {
                width: 100%;
                margin-top: 20px;
                text-align: center;
            }

                .hot-login .loginRegisterPanel .loginPanel .loginType img {
                    width: 40px;
                    height: 40px;
                    margin: 0 20px;
                    cursor: pointer;
                }

        .hot-login .loginRegisterPanel .registerPanel {
            width: 260px;
            height: 80px;
            background-image: url('Img/012.png');
            background-image: url('Img/新-加入会员.jpg');
            cursor: pointer;
        }

.router {
    height: 250px;
    margin-bottom: 30px !important;
}

    .router .panelTitle {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
    }

        .router .panelTitle .mtitle {
            display: inline-block;
            font-size: 30px;
            line-height: 30px;
            font-weight: bold;
            width: 100px;
            margin-left:20px;
        }

    .router .routerCon {
        width: 100%;
        height: 200px;
        display: table;
        word-spacing: -1em;
    }

        .router .routerCon img {
            width: 585px;
            height: 200px;
            cursor: pointer;
        }

            .router .routerCon img:nth-of-type(1) {
                margin-right: 30px;
            }

.adviser {
    margin-bottom: 40px !important;
}

    .adviser .panelTitle {
        width: 100%;
        margin-bottom: 15px;
        
        background-color: #ffffff;
    }

        .adviser .panelTitle .mtitle {
            display: inline-block;
            font-size: 30px;
            font-weight: bold;
            /*width: 100px;*/
            /*width: 95%;*/
            margin-left: 20px;
            margin-top: 20px;
        }

        .adviser .panelTitle .more {
            display: inline-block;
            text-align: right;
            color: #194698;
            float: right;
            margin-right: 20px;
            margin-top: 20px;
        }

            .adviser .panelTitle .more span:nth-of-type(1) {
                font-size: 20px;
                padding-right: 5px;
                box-sizing: border-box;
                cursor: pointer;
            }

            .adviser .panelTitle .more span:nth-of-type(2) {
                font-size: 16px;
                cursor: pointer;
            }
        .adviser .panelTitle .tap {
            /*width: 100%;*/
            margin-left:19.5px;
            margin-top: 20px !important;
        }
            .adviser .panelTitle .tap .active {
                background-color: #5e83f6 !important;
                color: #ffffff !important;
            }
            .adviser .panelTitle .tap .tap_item {
                display: inline-block;
                width: 110px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                background-color: #ffffff;
                border-radius: 5px;
                border: solid 1px #5e83f6;
                font-size: 16px;
                color: #5e83f6;
                margin-right: 8px;
                cursor: pointer;
            }
        .adviser .tradeCon {
            width: 100%;
            
        }
            .adviser .tradeCon .tradeCon_item {
                display: inline-block;
                width: 558px;
                height: 100px;
                margin:19.5px;
                /*cursor:pointer;*/
            }
                .adviser .tradeCon .tradeCon_item img {
                    width: 101px;
                    height: 141px;
                    object-fit:cover;
                }
                .adviser .tradeCon .tradeCon_item button {
                    width: 120px;
                    height: 30px;
                    color: #fff;
                    border-radius: 5px;
                    background-color: #ffaa24;
                    margin-top: 30px;
                    cursor: pointer;
                }
                .adviser .tradeCon .tradeCon_item .adviser_content {
                    display: inline-block;
                    /*border: 1px solid;*/
                    width: 400px;
                    height: 103px;
                    vertical-align: top;
                    margin-left: 5px;
                }
                    .adviser .tradeCon .tradeCon_item .adviser_content .adviser_name{
                        margin-top:5px;
                    }
                        .adviser .tradeCon .tradeCon_item .adviser_content .adviser_name span:first-child {
                            font-size: 20px;
                            font-weight: bold;
                            font-stretch: normal;
                            letter-spacing: 1px;
                            color: #333333;
                        }
                        .adviser .tradeCon .tradeCon_item .adviser_content .adviser_name span:nth-child(2) {
                            font-size: 14px;
                            font-weight: normal;
                            font-stretch: normal;
                            letter-spacing: 0px;
                            color: #666666;
                        }
                    .adviser .tradeCon .tradeCon_item .adviser_content .adviser_source {
                        background-color: #eff3ff;
                        display: inline-block;
                        border-radius: 10px;
                        font-size: 14px;
                        letter-spacing: 0px;
                        color: #5e83f6;
                        padding:5px 7px 5px 7px;
                        margin-top:5px;
                    }
                        .adviser .tradeCon .tradeCon_item .adviser_content .adviser_source img{
                            width:16.8px;
                            height:16px;
                        }
                        .adviser .tradeCon .tradeCon_item .adviser_content .info {
                            margin-top: 5px;
                            font-size: 14px;
                            color: #999999;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 3;
                            overflow: hidden;
                            height: 54px;
                            line-height: 18px;
                        }
                    .supplyDemand {
                        width: 100%;
                        /*background-image: url('Img/010.png');
                        background-repeat: no-repeat;*/
                        margin-bottom: 20px !important;
                    }

    .supplyDemand .supplyDemandPanel {
        padding: 30px 0;
        box-sizing: border-box;
    }


        .supplyDemand .supplyDemandPanel .panelTitle {
            width: 100%;
            height: 30px;
            margin-bottom: 15px;
            /*margin-left:20px;*/
        }
            .supplyDemand .supplyDemandPanel .panelTitle .more {
                display: inline-block;
                text-align: right;
                color: #194698;
                cursor: pointer;
                /*margin-right:20px;*/
            }

            .supplyDemand .supplyDemandPanel .panelTitle .mtitle {
                display: inline-block;
                font-size: 30px;
                line-height: 30px;
                font-weight: bold;
                margin-left:20px;
                /*width:95%;*/
            }

        .supplyDemand .supplyDemandPanel .supplyPanel {
            position: relative;
            width: 1200px;
            overflow: hidden;
        }

            .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll {
                margin: 0 auto;
                width: 1200px;
            }
                .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem {
                    display: inline-block;
                    width: 285px;
                    margin: 20px 15px 0 0;
                    background-color: #ffffff;
                    border-radius: 10px;
                    margin-right:20px;
                    box-sizing: border-box;
                    cursor: pointer;
                    /*box-shadow: 0 0 6px #a2a2a2;*/
                }
                    .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem:nth-last-of-type(1) {
                        margin-right: 0 !important;
                    }
                    .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .img {
                        border-radius: 10px 10px 0px 0px;
                        border-bottom: solid 1px #dddddd;
                        box-sizing: border-box;
                        width: 100%;
                        height: 285px;
                    }
                        .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .img img {
                            height: 100%;
                            width: 100%;
                            border-radius: 10px 10px 0px 0px;
                        }
                    .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .con {
                        margin-top: 10px;
                        width: 100%;
                        padding: 0 10px;
                        box-sizing: border-box;
                        height: 42px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                    }
                    .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .price {
                        width: 100%;
                        padding: 10px;
                        box-sizing: border-box;
                    }
                        .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .price span:nth-of-type(1) {
                            font-size: 13px;
                            color: #fb601c;
                            font-weight: bold;
                        }

                        .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .price span:nth-of-type(2) {
                            font-size: 26px;
                            color: #fb601c;
                            font-weight: bold;
                        }

                        .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .price span:nth-of-type(3) {
                            font-size: 13px;
                        }

                        .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .price span:nth-of-type(4) {
                            font-size: 13px;
                            margin-left: 90px;
                        }

                    .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .Types {
                        width: 100%;
                        padding: 0 10px;
                        box-sizing: border-box;
                        margin-bottom: 20px;
                        font-size: 13px;
                    }

                        .supplyDemand .supplyDemandPanel .supplyPanel .supplyScroll .sItem .Types span:nth-of-type(2) {
                            margin-left: 32px;
                        }

                    .supplyDemand .supplyDemandPanel .demandPanel {
                        position: relative;
                        width: 1200px;
                        overflow: hidden;
                        margin-top: 20px;
                    }
                        .supplyDemand .supplyDemandPanel .demandPanel .demandScroll {
                            
                            margin: 0 auto;
                            width: 1200px;
                        }
                            .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem {
                                display: inline-block;
                                width: 285px;
                                margin: 20px 15px 0 0;
                                background-color: #ffffff;
                                border-radius: 10px;
                                margin-right: 20px;
                                box-sizing: border-box;
                                cursor: pointer;
                                /*box-shadow: 0 0 6px #a2a2a2;*/
                            }
                                .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem:nth-last-of-type(1) {
                                    margin-right: 0 !important;
                                }

                                .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .img {
                                    border-radius: 10px 10px 0px 0px;
                                    border-bottom: solid 1px #dddddd;
                                    box-sizing: border-box;
                                    width: 100%;
                                    height: 285px;
                                }

                                    .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .img img {
                                        height: 100%;
                                        width: 100%;
                                        border-radius: 10px 10px 0px 0px;
                                    }

                                .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .con {
                                    margin-top: 10px;
                                    width: 100%;
                                    padding: 0 10px;
                                    box-sizing: border-box;
                                    height: 42px;
                                    display: -webkit-box;
                                    -webkit-box-orient: vertical;
                                    -webkit-line-clamp: 2;
                                    overflow: hidden;
                                }

                                .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .price {
                                    width: 100%;
                                    padding: 10px;
                                    box-sizing: border-box;
                                }

                                    .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .price span:nth-of-type(1) {
                                        font-size: 13px;
                                        color: #fb601c;
                                        font-weight: bold;
                                    }

                                    .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .price span:nth-of-type(2) {
                                        font-size: 26px;
                                        color: #fb601c;
                                        font-weight: bold;
                                    }

                                    .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .price span:nth-of-type(3) {
                                        font-size: 13px;
                                    }

                                    .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .price span:nth-of-type(4) {
                                        font-size: 13px;
                                        margin-left: 90px;
                                    }

                                .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .Types {
                                    width: 100%;
                                    padding: 0 10px;
                                    box-sizing: border-box;
                                    margin-bottom: 20px;
                                    font-size: 13px;
                                }

                                    .supplyDemand .supplyDemandPanel .demandPanel .demandScroll .nItem .Types span:nth-of-type(2) {
                                        margin-left: 32px;
                                    }
    .supplyDemand .SupplyNeedPanel .SupplyTitle .mtitle {
        display: inline-block;
        /*width: 95%;*/
        color: #0057e2 !important;
        margin-left:20px;
    }
    .supplyDemand .SupplyNeedPanel .SupplyTitle .more {
        display: inline-block;
        text-align: right;
        cursor: pointer;
        font-size: 16px;
        color: #194698;
        float:right;
        margin-right:20px;
    }

    .supplyDemand .SupplyNeedPanel .DemandTitle{
        margin-top:35px;
        margin-bottom:-20px;
    }
        .supplyDemand .SupplyNeedPanel .DemandTitle .mtitle {
            display: inline-block;
            /*width: 95%;*/
            color: #0057e2 !important;
            margin-left: 20px;
        }

        .supplyDemand .SupplyNeedPanel .DemandTitle .more {
            display: inline-block;
            text-align: right;
            cursor: pointer;
            color: #194698;
            font-size: 16px;
            float: right;
            margin-right: 20px;
        }

    .show5g {
        margin-bottom: 40px !important;
    }

    .show5g .panelTitle {
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
        margin-left:20px;
    }

        .show5g .panelTitle .mtitle {
            display: inline-block;
            font-size: 30px;
            line-height: 30px;
            font-weight: bold;
            width: 100px;
        }

    .show5g .subMenu {
        width: 100%;
        display: table;
        word-spacing: 0em !important;
    }

        .show5g .subMenu .menuRow {
            height: 24px;
            /*width: 95%;*/
            display: inline-block;
            margin-left: 20px;
        }

            .show5g .subMenu .menuRow .mItem {
                font-size: 18px;
                letter-spacing: 1px;
                color: #666666;
                line-height: 24px;
                cursor: pointer;
                display: inline-block;
                word-spacing: 0em !important;
            }

            .show5g .subMenu .menuRow .split {
                padding: 0 5px;
                box-sizing: border-box;
                font-size: 18px;
                letter-spacing: 1px;
                color: #666666;
                line-height: 24px;
            }

        .show5g .subMenu .more {
            /*width: 850px;*/
            height: 24px;
            display: inline-block;
            text-align: right;
            color: #194698;
            word-spacing: 0em !important;
            float:right;
            margin-right:20px;
        }

            .show5g .subMenu .more span:nth-of-type(1) {
                font-size: 20px;
                padding-right: 5px;
                box-sizing: border-box;
                cursor: pointer;
            }

            .show5g .subMenu .more span:nth-of-type(2) {
                font-size: 16px;
                cursor: pointer;
            }

    .show5g .show5gCon {
        width: 100%;
        display: table;
        word-spacing: -1em;
    }

        .show5g .show5gCon .gItem {
            display: inline-block;
            margin-top: 20px;
            height: 180px;
            width: 590px;
            background-color: white;
            margin-right: 20px;
            cursor: pointer;
            border: 1px solid #ddd;
            box-sizing: border-box;
        }

            .show5g .show5gCon .gItem:nth-of-type(2n) {
                margin-right: 0px !important;
            }

            .show5g .show5gCon .gItem .gLeft {
                display: inline-block;
                width: 240px;
                height: 180px;
            }

                .show5g .show5gCon .gItem .gLeft img {
                    width: 98%;
                    height: 98%;
                    padding-left:2px;
                    padding-top:2px;
                }

            .show5g .show5gCon .gItem .gRight {
                display: inline-block;
                width: 345px;
                height: 180px;
                vertical-align: top;
                padding: 15px 20px;
                box-sizing: border-box;
            }

                .show5g .show5gCon .gItem .gRight .gName {
                    font-size: 16px;
                    letter-spacing: 1px;
                    color: #16181e;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    height: 40px;
                    word-spacing: 0em !important;
                }

                .show5g .show5gCon .gItem .gRight .gTxt {
                    text-indent: 2em;
                    margin-top: 10px;
                    font-size: 14px;
                    color: #666666;
                    height: 58px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                    word-spacing: 0em !important;
                }

                .show5g .show5gCon .gItem .gRight .gTime {
                    margin-top: 10px;
                    width: 100%;
                    text-align: right;
                    color: #999999;
                    font-size: 12px;
                    word-spacing: 0em !important;
                }

    .show5g .subMenu .menuRow .active {
        color: #0057e2 !important;
    }


.trade {
    margin-bottom: 40px !important;
}



    .trade .panelTitle {
        width: 100%;
        margin-bottom: 15px;
        margin-left:20px;
    }

        .trade .panelTitle .mtitle {
            display: inline-block;
            font-size: 30px;
            font-weight: bold;
            /*width: 100px;*/
            /*width:95%;*/
        }

        .trade .panelTitle .more {
            display: inline-block;
            /*width: 1090px;*/
            text-align: right;
            color: #194698;
            float:right;
            margin-right:40px;
        }

            .trade .panelTitle .more span:nth-of-type(1) {
                font-size: 20px;
                padding-right: 5px;
                box-sizing: border-box;
                cursor: pointer;
            }

            .trade .panelTitle .more span:nth-of-type(2) {
                font-size: 16px;
                cursor: pointer;
            }

    .trade .tradeCon {
        width: 100%;
        display: table;
        word-spacing: 0em !important;
    }

        .trade .tradeCon img {
            width: 585px;
            height: 260px;
            cursor: pointer;
        }

            .trade .tradeCon img:nth-of-type(1) {
                margin-right: 25px;
            }


.service {
    margin-bottom: 40px !important;
}

    .service .panelTitle {
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
        margin-left:20px;
    }

        .service .panelTitle .mtitle {
            display: inline-block;
            font-size: 30px;
            line-height: 30px;
            font-weight: bold;
            width: 100px;
        }

    .service .subMenu {
        width: 100%;
        display: table;
        word-spacing: 0em !important;
    }

        .service .subMenu .menuRow {
            height: 24px;
            /*width: 350px;*/
            /*width:95%;*/
            display: inline-block;
            margin-left: 20px;
        }

            .service .subMenu .menuRow .mItem {
                font-size: 18px;
                letter-spacing: 1px;
                color: #666666;
                line-height: 24px;
                cursor: pointer;
                display: inline-block;
            }

            .service .subMenu .menuRow .split {
                padding: 0 5px;
                box-sizing: border-box;
                font-size: 18px;
                letter-spacing: 1px;
                color: #666666;
                line-height: 24px;
            }

        .service .subMenu .more {
            /*width: 850px;*/
            height: 24px;
            display: inline-block;
            text-align: right;
            color: #194698;
            float:right;
            margin-right:20px;
        }

            .service .subMenu .more span:nth-of-type(1) {
                font-size: 20px;
                padding-right: 5px;
                box-sizing: border-box;
                cursor: pointer;
            }

            .service .subMenu .more span:nth-of-type(2) {
                font-size: 16px;
                cursor: pointer;
            }

    .service .serviceCon .serviceContent {
        display: inline-block;
        width: 586px;
        padding-top: 15px;
        padding-bottom: 10px;
        border-bottom: 0.5px solid #e8e8e8;
        cursor: pointer;
    }

        .service .serviceCon .serviceContent em {
            font-family: MicrosoftYaHei;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 24px;
            letter-spacing: 0px;
            color: #b5b5b5;
        }

        .service .serviceCon .serviceContent div {
            font-size: 16px;
            letter-spacing: 0px;
            color: #333333;
            margin-left: 31px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            width: 440px;
            height: 25px;
            float:right;
        }

        .service .serviceCon .serviceContent:nth-of-type(2) {
            float: right;
        }

        .service .serviceCon .serviceContent:nth-of-type(4) {
            float: right;
        }

        .service .serviceCon .serviceContent:nth-of-type(6) {
            float: right;
        }

    .service .subMenu .menuRow .active {
        color: #0057e2 !important;
    }

.application {
    margin-bottom: 40px !important;
}

    .application .subMenu .menuRow .active {
        color: #0057e2 !important;
    }

    .application .panelTitle {
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
        margin-left:20px;
    }

        .application .panelTitle .mtitle {
            display: inline-block;
            font-size: 30px;
            line-height: 30px;
            font-weight: bold;
            width: 100px;
        }

    .application .subMenu {
        width: 100%;
        display: table;
        word-spacing: 0em !important;
    }

        .application .subMenu .menuRow {
            height: 24px;
            /*width: 350px;*/
            /*width:95%;*/
            display: inline-block;
            margin-left:20px;
        }

            .application .subMenu .menuRow .mItem {
                font-size: 18px;
                letter-spacing: 1px;
                color: #666666;
                line-height: 24px;
                cursor: pointer;
                display: inline-block;
            }

            .application .subMenu .menuRow .split {
                padding: 0 5px;
                box-sizing: border-box;
                font-size: 18px;
                letter-spacing: 1px;
                color: #666666;
                line-height: 24px;
            }

        .application .subMenu .more {
            /*width: 850px;*/
            height: 24px;
            display: inline-block;
            text-align: right;
            color: #194698;
            float:right;
            margin-right:20px;
        }

            .application .subMenu .more span:nth-of-type(1) {
                font-size: 20px;
                padding-right: 5px;
                box-sizing: border-box;
                cursor: pointer;
            }

            .application .subMenu .more span:nth-of-type(2) {
                font-size: 16px;
                cursor: pointer;
            }

.applicationBox {
    width: 100%;
    text-align: center;
}

    .applicationBox .applicationImg {
        display: inline-block;
        margin: auto 0px;
        width: 100%;
    }

        .applicationBox .applicationImg .applicationImg-content {
            display: inline-block;
          
            width:24%;
            height: 451px;
            background-image: linear-gradient(254deg, #6a316e 0%, #2b4496 100%);
            cursor: pointer;
            
            margin:auto;
        }

            .applicationBox .applicationImg .applicationImg-content img {
                width: 100%;
                height: 100%;
                opacity: 0.73;
            }

            .applicationBox .applicationImg .applicationImg-content .buttom {
                width: 121px;
                height: 34px;
                background-color: #f18f20;
                border-radius: 17px;
                margin:auto;
                margin-top:-263px;
                cursor: pointer;
            }

            .applicationBox .applicationImg .applicationImg-content .application-span {
                bottom: 293px;
                width: 260px;
                height: 69px;
                font-size: 26px;
                letter-spacing: 0px;
                color: #ffffff;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                margin:auto;
                text-align:center;
            }

            .applicationBox .applicationImg .applicationImg-content .buttom span {
                font-family: MicrosoftYaHei;
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                line-height: 36px;
                letter-spacing: 0px;
                color: #ffffff;
            }

.join {
    width: 100%;
    text-align: center;
}

    .join .joinContent {
        display: inline-block;
        margin: auto 0px;
        height: 183px;
        background-repeat: no-repeat;
        width: 100% !important;
        position: relative;
        min-width: 1200px;
        margin-top:15px;
    }

        .join .joinContent .join-span {
            width: 424px;
            height: 26px;
            font-family: MicrosoftYaHei;
            font-size: 26px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 36px;
            color: #666666;
            line-height: 185px;
        }
    .join .joinContent img{
        min-width:1920px;
        margin: auto;
    }
    .join .joinContent .buttom {
        width: 141px;
        height: 40px;
        background-color: #f18f20;
        border-radius: 24px;
        cursor: pointer;
        /*position:absolute;
        bottom:35px;*/
        margin:auto;
        margin-top:110px;
    }

            .join .joinContent .buttom span {
                width: 64px;
                height: 17px;
                font-family: MicrosoftYaHei;
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                line-height: 40px;
                letter-spacing: 0px;
                color: #ffffff;
            }
.mark #maskCon3 .mItem {
    height: auto !important;
}
    .mark #maskCon3 .mItem .img {
        height: auto !important;
    }
        .mark #maskCon3 .mItem .img img {
            height: 112px !important;
            object-fit: contain;
        }









